testsuite: Drop a container api use
authorMatthias Clasen <mclasen@redhat.com>
Sat, 9 May 2020 00:06:46 +0000 (20:06 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 12 May 2020 02:38:21 +0000 (22:38 -0400)
testsuite/a11y/children.c

index f024e8f5fa72398195ed705aeb2554b7b9a6aa1e..6a4fcc9a8195bd8c56f0daf7e2c0c9512aa94ad2 100644 (file)
@@ -129,8 +129,6 @@ do_create_child (STATE *state, gint i)
           return FALSE;
         }
     }
-  else if (gtk_container_child_type (GTK_CONTAINER (state->widget)) == G_TYPE_NONE)
-    return FALSE;
 
   state->child[i] = gtk_label_new ("bla");
   return TRUE;